You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clValue Structure
>
clValue Methods
>
clValue.Ln Method
Dew Math for .NET
clValue.Ln Method
clValue Structure
clValue Members
Dew.Math Namespace
clValue Methods
Example
See Also
Collapse All
Natural logarithm.
Syntax
C#
Visual Basic
public
TOpenCLValue
Ln
([In]
TOpenCLValue
X
);
Public
Function
Ln
(
X
As
[In]
TOpenCLValue
)
As
TOpenCLValue
Remarks
Calculate the natural log of X.
See Also
Exp
Example
var a,b:
clValue
; begin b.Copy(8); a.Ln(b); end;
Group
clValue Methods
Links
clValue Structure
,
clValue Members
,
Dew.Math Namespace
,
clValue Methods
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!